Esx Hosts HardwareSupportSpec
The Esx Hosts HardwareSupportSpec schema contains properties to describe the Hardware Support Packages (HSP) included in the software specification.
This schema was added in vSphere API 7.0.2.0.
{
"packages": {
"packages": {
"pkg": "string",
"version": "string"
}
}
}
Map of Hardware Support Packages (HSPs). The key is the Hardware Support Manager (HSM) name and the value is the specification detailing the HSP configured for that HSM.
This property was added in vSphere API 7.0.2.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.hosts.hardware_support.manager
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.hosts.hardware_support.manager
.